home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00155_Script_menu
< prev
next >
Wrap
Text File
|
1999-05-31
|
744b
|
22 lines
on mouseUp
if the doubleclick then
dontpass event
else
-- menu
global name, cspname,cspchannel
set the membernum of sprite cspchannel to the number of member cspname of castlib "eb.cst"
set name to the name of member(the member of sprite the clickon) of castlib "eb.cst"
set rr to "r"& name
set the membernum of sprite the clickon to the number of member rr of castlib "eb.cst"
updatestage
global gloson
if (gloson=1) or (the visible of window "gloss") then
set yy to chars(cspname,1,1)
set the memberNum of sprite 115 to the number of member (yy&"glos") of castLib "eb.cst"
endNewMovie
end if
sound stop 2
go to movie "e0000"
end if
end